/* MediapressPack | © 2025 
 * 
 * home.css is exist. 
 * slick.css is exist. 
 * 
 */ 

@charset "UTF-8";
@font-face {
  font-family: "montserratblack";
  src: url("../fonts/montserrat-black.woff2") format("woff2"), url("../fonts/montserrat-black.woff") format("woff");
  font-weight: normal;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "montserratbold";
  src: url("../fonts/montserrat-bold.woff2") format("woff2"), url("../fonts/montserrat-bold.woff") format("woff");
  font-weight: normal;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "montserratextrabold";
  src: url("../fonts/montserrat-extrabold.woff2") format("woff2"), url("../fonts/montserrat-extrabold.woff") format("woff");
  font-weight: normal;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "montserratlight";
  src: url("../fonts/montserrat-light.woff2") format("woff2"), url("../fonts/montserrat-light.woff") format("woff");
  font-weight: normal;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "montserratmedium";
  src: url("../fonts/montserrat-medium.woff2") format("woff2"), url("../fonts/montserrat-medium.woff") format("woff");
  font-weight: normal;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "montserratregular";
  src: url("../fonts/montserrat-regular.woff2") format("woff2"), url("../fonts/montserrat-regular.woff") format("woff");
  font-weight: normal;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "montserratsemibold";
  src: url("../fonts/montserrat-semibold.woff2") format("woff2"), url("../fonts/montserrat-semibold.woff") format("woff");
  font-weight: normal;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "montserratthin";
  src: url("../fonts/montserrat-thin.woff2") format("woff2"), url("../fonts/montserrat-thin.woff") format("woff");
  font-weight: normal;
  font-display: block;
  font-style: normal;
}
.fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  height: 60px;
  z-index: 999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  display: none;
}
@media only screen and (max-width : 1200px) {
  .fixed-bar {
    display: block;
  }
}
.fixed-bar > span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: montserratregular;
  height: 100%;
  padding: 20px 0;
}
.fixed-bar > span i {
  color: #FC4E00;
  margin-right: 10px;
  font-size: 22px;
  vertical-align: bottom;
}
.fixed-bar .fixed-bar-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: none;
}
.fixed-bar .fixed-bar-open .listing {
  position: relative;
}
.fixed-bar .fixed-bar-open .listing .fa-times {
  position: absolute;
  top: 0;
  right: 0;
  background: #FC4E00;
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  width: 35px;
  height: 30px;
  line-height: 30px;
  margin: 10px;
  z-index: 30;
}
.fixed-bar .fixed-bar-open .listing ul {
  max-width: 190px;
  margin: 0 auto;
  padding: 120px 0;
}
@media only screen and (max-width : 1200px) {
  .fixed-bar .fixed-bar-open .listing ul {
    max-width: 310px;
  }
}
@media only screen and (max-width : 480px) {
  .fixed-bar .fixed-bar-open .listing ul {
    max-width: 230px;
  }
}
.fixed-bar .fixed-bar-open .listing ul li a {
  transition: 0.2s;
  display: block;
  color: #231F20;
  padding: 8px 0;
  float: left;
  width: 100%;
}
@media only screen and (max-width : 1200px) {
  .fixed-bar .fixed-bar-open .listing ul li a {
    padding: 15px 0;
  }
}
@media only screen and (max-width : 480px) {
  .fixed-bar .fixed-bar-open .listing ul li a {
    padding: 10px 0;
  }
}
.fixed-bar .fixed-bar-open .listing ul li a:hover {
  transition: 0.2s;
  color: #00AEBC;
}
.fixed-bar .fixed-bar-open .listing ul li a .ico {
  float: left;
  width: 28px;
  text-align: center;
  margin-right: 10px;
}
.fixed-bar .fixed-bar-open .listing ul li a .ico img {
  margin-top: 3px;
}
.fixed-bar .fixed-bar-open .listing ul li a span {
  display: block;
  float: right;
  font-size: 13px;
  padding: 0 0 0 10px;
  width: 70%;
  line-height: 16px;
}
@media only screen and (max-width : 1200px) {
  .fixed-bar .fixed-bar-open .listing ul li a span {
    font-size: 23px;
  }
}
@media only screen and (max-width : 480px) {
  .fixed-bar .fixed-bar-open .listing ul li a span {
    font-size: 17px;
  }
}

ul li {
  list-style-type: none;
}

a, button {
  outline: 0;
  text-decoration: none !important;
}

ul, ol {
  margin: 0;
  padding: 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg) translatez(0);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg) translatez(0);
  }
}
.homePage {
  margin: 85px 0 0 0;
  float: left;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width : 767px) {
  .homePage {
    margin: 105px 0 0 0;
  }
}

.homeTopPage {
  height: calc(100vh - 85px);
}
@media only screen and (max-width : 767px) {
  .homeTopPage {
    height: auto;
  }
}
@media (max-height: 415px) {
  .homeTopPage {
    height: 170vh;
  }
}

/* SLIDER CSS */
.slider {
  width: 100%;
  height: 65%;
  display: table;
  position: relative;
  /* MOUSE CSS */
  /* MOUSE CSS */
}
@media (max-width: 992px) {
  .slider {
    display: block;
    height: calc(100vh - 115px);
    margin: -59px 0 0;
    padding: 189px 0 0;
  }
}
@media (max-height: 415px) {
  .slider {
    padding: 59px 0 0;
  }
}
@media only screen and (max-width : 480px) {
  .slider {
    padding: 59px 0 0;
  }
}
@media only screen and (max-height: 620px) {
  .slider {
    position: relative;
    height: calc(100vh - 85px);
  }
  .slider .all {
    top: 0 !important;
  }
}
@media only screen and (max-height: 750px) {
  .slider .images img {
    max-height: 380px;
  }
}
@media only screen and (max-height: 700px) {
  .slider .slick-dots {
    margin-top: -70px !important;
  }
  .slider .all {
    position: relative;
    top: 25px;
  }
  .slider .images img {
    max-height: 329px;
  }
}
.slider .all {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .slider .all {
    display: block;
  }
}
.slider:before {
  content: "";
  background: url(../images/mask.png) no-repeat;
  position: absolute;
  top: 0;
  left: -17vh;
  width: 120%;
  height: 100vh;
  z-index: -1;
  background-position: top 40px center;
  background-size: contain;
}
@media (max-width: 992px) {
  .slider:before {
    display: none;
  }
}
.slider * {
  outline: 0 !important;
}
.slider .item {
  float: left;
  width: 100%;
}
.slider .slick-dots {
  float: left;
  margin-left: 51.48%;
  margin-top: -40px;
  position: relative;
  z-index: 999;
}
@media (max-width: 992px) {
  .slider .slick-dots {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    margin-left: 0;
    float: none;
    text-align: center;
  }
}
@media only screen and (max-height: 600px) and (min-height: 560px) {
  .slider .slick-dots {
    margin-bottom: -160px;
  }
}
.slider .slick-dots li {
  cursor: pointer;
  transition: 0.4s;
  text-indent: -9999px;
  border: none;
  float: left;
  margin: 0 8px 0 0;
  position: relative;
  padding: 10px 0;
}
.slider .slick-dots li:before {
  transition: 0.4s;
  content: "";
  width: 19px;
  height: 1px;
  background: #ffffff;
  display: block;
}
.slider .slick-dots li.slick-active {
  margin: 0;
}
.slider .slick-dots li.slick-active button {
  transition: 0.4s;
  opacity: 0.5;
}
.slider .slick-dots li.slick-active:before {
  opacity: 0;
}
.slider .slick-dots li button {
  transition: 0.4s;
  border: none;
  padding: 0;
  color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 0;
  font: 14px montserratmedium;
  background: none;
}
.slider .images {
  text-align: center;
  display: block;
}
.slider .images img {
  max-width: 100%;
}
@media only screen and (max-width : 815px) and (min-width : 480px) {
  .slider .images img {
    height: 120px;
  }
}
@media (max-width: 992px) {
  .slider .images img {
    margin: 0 auto;
    height: auto;
  }
}
@media (max-height: 415px) {
  .slider .images img {
    max-height: 240px;
  }
}
@media only screen and (max-width : 480px) {
  .slider .images img {
    max-height: 240px;
  }
}
.slider .line {
  margin: -60px 0 0 0;
}
@media (max-width: 992px) {
  .slider .line {
    text-align: center;
    margin: 0;
  }
}
.slider .line a {
  transition: 0.4s;
  background: #FC4E00;
  border-color: #FC4E00;
  color: #ffffff;
  border-radius: 20px;
  height: 40px;
  font-size: 13px;
  padding: 10px 35px;
  margin: 25px 0 0 0;
  display: inline-block;
}
.slider .line a:hover {
  background-color: #fff;
  color: #FC4E00;
}
.slider .line .line1 {
  font: 50px/64px montserratblack;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1803921569);
}
@media only screen and (min-width: 1800px) {
  .slider .line .line1 {
    font-size: 60px !important;
    line-height: 64px !important;
    margin-top: 0 !important;
  }
}
@media (max-height: 700px) {
  .slider .line .line1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width : 1200px) {
  .slider .line .line1 {
    font-size: 40px;
  }
}
@media only screen and (max-width : 815px) and (min-width : 480px) {
  .slider .line .line1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width : 767px) {
  .slider .line .line1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (max-width : 480px) {
  .slider .line .line1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width : 360px) {
  .slider .line .line1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.slider .line .line2 {
  font: 50px/64px montserratblack;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1803921569);
  margin: -8px 0 10px 0;
}
@media only screen and (min-width: 1800px) {
  .slider .line .line2 {
    font-size: 60px !important;
    line-height: 64px !important;
    margin-top: 0 !important;
  }
}
@media (max-height: 700px) {
  .slider .line .line2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width : 1200px) {
  .slider .line .line2 {
    font-size: 40px;
  }
}
@media only screen and (max-width : 815px) and (min-width : 480px) {
  .slider .line .line2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width : 767px) {
  .slider .line .line2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (max-width : 480px) {
  .slider .line .line2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width : 360px) {
  .slider .line .line2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.slider .line .line3 {
  font: 14px montserratsemibold;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1803921569);
  max-width: 60%;
}
@media (max-width: 992px) {
  .slider .line .line3 {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media only screen and (max-width : 360px) {
  .slider .line .line3 {
    font-size: 11px;
  }
}
.slider .mouseUps {
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: 10%;
  display: none;
}
@media only screen and (max-width : 1200px) {
  .slider .mouseUps {
    display: block !important;
  }
}
.slider .mouseUps span {
  font: 14px montserratsemibold;
  color: #fff;
  text-align: center;
  margin: 25px 0 0 0;
  display: table-cell;
  vertical-align: middle;
}
.slider .mouseUps span i {
  font-style: normal;
  cursor: pointer;
}
.slider .mouseUps span i em {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 26px;
  margin: -8px 7px;
  box-sizing: border-box;
  border: 2px solid #FC4E00;
  border-radius: 23px;
}
.slider .mouseUps span i em em {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 2px;
  height: 4px;
  margin: -1px;
  background: #FC4E00;
  border-radius: 0;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
  padding: 0;
  border: none;
}
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 0;
    top: 29%;
  }
}

/* SLIDER CSS */
@media only screen and (max-width : 1200px) {
  .container-fluid {
    padding: 0 25px;
  }
}

/* ONLINE ISLEMLER CSS */
.onlineBoxes {
  height: 25%;
}
@media (max-width: 992px) {
  .onlineBoxes {
    display: none !important;
  }
}
.onlineBoxes .container-fluid {
  height: 100%;
}
.onlineBoxes .listing {
  float: left;
  width: 100%;
  background: #fff;
  min-height: 132px;
  padding: 25px 50px;
  display: table;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 0 7px rgba(35, 31, 32, 0.3);
}
@media (max-width: 992px) {
  .onlineBoxes .listing {
    float: none;
    width: auto;
    display: block;
    margin: 0 -25px;
    padding: 20px 10px;
    height: auto;
    min-height: auto;
  }
}
@media (max-height: 700px) {
  .onlineBoxes .listing {
    padding: 17px 50px;
  }
}
.onlineBoxes .all {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width : 815px) and (min-width : 480px) {
  .onlineBoxes .all {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width : 815px) and (min-width : 480px) {
  .onlineBoxes .all .row {
    width: 100%;
  }
}
.onlineBoxes .texts {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .onlineBoxes .texts {
    display: none;
  }
}
.onlineBoxes .texts h3 {
  font: 22px montserratblack;
  color: #231F20;
  position: relative;
}
.onlineBoxes .texts h3 img {
  position: absolute;
  top: 0;
  left: -36px;
  max-width: 30px;
}
.onlineBoxes .texts p {
  font-size: 15px;
  color: #231F20;
  margin: 0;
}
.onlineBoxes .itemGroup ul li {
  display: inline-block;
  width: 19%;
  padding: 0 15px;
  border-right: 1px solid rgba(112, 112, 112, 0.28);
  vertical-align: top;
}
.onlineBoxes .itemGroup ul li a {
  display: block;
  position: relative;
}
.onlineBoxes .itemGroup ul li a:before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  -o-border-image: initial;
  border-image: initial;
  border-color: #FC4E00 transparent;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin: -30px -40px;
}
.onlineBoxes .itemGroup ul li a:hover img {
  transition: 0.3s;
  transform: rotate(22deg);
}
.onlineBoxes .itemGroup ul li a:hover span {
  transition: 0.3s;
  color: #00AEBC;
}
.onlineBoxes .itemGroup ul li:last-child {
  border: none;
}
.onlineBoxes .itemGroup ul li img {
  transition: 0.3s;
  position: relative;
  z-index: 4;
  background: #fff;
}
@media only screen and (max-width : 480px) {
  .onlineBoxes .itemGroup ul li img {
    max-width: 14px;
  }
}
.onlineBoxes .itemGroup ul li span {
  transition: 0.3s;
  font: 15px montserratsemibold;
  color: #231F20;
  display: block;
  line-height: 18px;
  margin: 10px 0 0 0;
  height: 55px;
}
@media only screen and (max-width : 480px) {
  .onlineBoxes .itemGroup ul li span {
    font-size: 10px;
    line-height: 12px;
    margin: 5px 0 0 0;
  }
}

/* ONLINE ISLEMLER CSS */
/* MOUSE CSS */
.mouseUp {
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: 10%;
}
@media only screen and (max-width : 1200px) {
  .mouseUp {
    display: none !important;
  }
}
.mouseUp span {
  font: 14px montserratsemibold;
  color: #fff;
  text-align: center;
  margin: 25px 0 0 0;
  display: table-cell;
  vertical-align: middle;
}
.mouseUp span i {
  font-style: normal;
  cursor: pointer;
}
.mouseUp span i em {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 26px;
  margin: -8px 7px;
  box-sizing: border-box;
  border: 2px solid #FC4E00;
  border-radius: 23px;
}
.mouseUp span i em em {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 2px;
  height: 4px;
  margin: -1px;
  background: #FC4E00;
  border-radius: 0;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
  padding: 0;
  border: none;
}
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 0;
    top: 29%;
  }
}

/* MOUSE CSS */
/* BOXES FİX CSS*/
.boxes {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #fff;
  padding: 28px 50px;
  position: relative;
  margin: 33px 0;
  box-shadow: 0 3px 6px rgba(35, 31, 32, 0.15);
}
@media only screen and (max-width : 767px) and (min-width : 480px) {
  .boxes {
    padding: 28px 20px 28px 30px !important;
  }
}
@media only screen and (max-width : 480px) {
  .boxes {
    padding: 28px 20px 28px 30px !important;
  }
}
.boxes .texts {
  padding: 0 28px;
  position: relative;
  z-index: 9;
}
.boxes .texts h3 {
  font: 22px montserratblack;
  color: #231F20;
  position: relative;
}
.boxes .texts h3 img {
  position: absolute;
  top: 0;
  left: -36px;
  max-width: 30px;
}
.boxes .texts p {
  font-size: 15px;
  color: #231F20;
  margin: 0;
  display: -webkit-box;
  height: 38px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  line-height: 20px;
}
.boxes form {
  position: relative;
  z-index: 9;
  padding: 14px 0 0 28px;
}
.boxes form .selects {
  position: relative;
}
.boxes form .selects:after {
  transition: 0.3s;
  content: "\f078";
  font-size: 26px;
  font-family: "Font Awesome 5 Pro";
  color: #FC4E00;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-weight: 700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxes form .selects:after {
    display: none;
  }
}
.boxes form .passive {
  pointer-events: none;
  opacity: 0.6;
}
.boxes form select {
  width: 100%;
  border: 1px solid #E1E1E1;
  height: 40px;
  border-radius: 20px;
  padding: 0 38px 0 20px;
  font-size: 13px;
  -webkit-appearance: none;
  outline: 0 !important;
  cursor: pointer;
}
.boxes form select option {
  font-size: 15px;
  font-family: montserratlight;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxes form select {
    padding: 0 10px 0 20px;
  }
}
.boxes form .has-error label {
  top: -17px;
  font-size: 10px;
}
.boxes form label {
  position: absolute;
  font-size: 13px;
  color: #707981;
  margin: 11px 28px;
  background: #fff;
}
.boxes form label.focus {
  top: -17px;
  font-size: 10px;
}
.boxes form .form-error {
  position: absolute;
  top: -7px;
  color: #b94a48;
  left: 43px;
  background: #fff;
  font-size: 10px;
}
.boxes form .form-control {
  font-size: 13px;
  color: #231F20;
  border-color: #E1E1E1;
  height: 40px;
  border-radius: 20px;
  padding: 0 28px;
}
.boxes form .form-control ::-webkit-input-placeholder { /* Edge */
  color: #231F20;
}
.boxes form .form-control :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #231F20;
}
.boxes form .form-control ::placeholder {
  color: #231F20;
}
.boxes form button {
  transition: 0.4s;
  width: 100%;
  background: #FC4E00;
  border-color: #FC4E00;
  color: #231F20;
  border-radius: 20px;
  height: 40px;
  font-size: 13px;
}
.boxes form button:hover {
  transition: 0.4s;
  background: #00AEBC;
  color: #fff;
  border-color: #00AEBC;
}

/* BOXES FİX CSS*/
.faq h3 img {
  left: -41px !important;
}

.newsBox h3 img {
  left: -47px !important;
}

/* FATURA SORGU CSS*/
.invoiceBox {
  transition: 0.2s;
}
@media only screen and (max-height: 620px) {
  .invoiceBox {
    margin-top: 0 !important;
  }
}
.invoiceBox .boxes {
  background: url(../images/fatura01.png) no-repeat no-repeat #fff;
  background-position: bottom center;
  padding: 52px 50px;
}
@media (max-width: 992px) {
  .invoiceBox .boxes {
    padding-bottom: 240px;
    background-size: 50%;
  }
}
@media (max-height: 768px) {
  .invoiceBox .boxes {
    margin: 35px 0 33px;
  }
}
@media (max-height: 680px) {
  .invoiceBox .boxes {
    margin: 95px 0 33px;
  }
}
@media only screen and (max-width : 767px) {
  .invoiceBox .boxes {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width : 480px) {
  .invoiceBox .boxes {
    padding-bottom: 120px !important;
  }
}
.invoiceBox form {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .invoiceBox form {
    padding-left: 0;
  }
}
@media only screen and (max-width : 767px) {
  .invoiceBox form button {
    margin-top: 20px;
  }
}
.invoiceBox .form-group {
  text-align: center;
}
.invoiceBox a {
  transition: 0.4s;
  background: #FC4E00;
  border-color: #FC4E00;
  color: #ffffff;
  border-radius: 20px;
  height: 40px;
  font-size: 13px;
  padding: 10px 23px;
  margin: 15px 0 0 0;
  display: inline-block;
  max-width: 330px;
  width: 100%;
}
.invoiceBox a:hover {
  background: #00A1AE;
  border-color: #00A1AE;
}
.invoiceBox .texts {
  padding: 0 168px 0 38px;
}
@media only screen and (max-width : 767px) {
  .invoiceBox .texts {
    padding: 0 28px 0 28px !important;
  }
}
.invoiceBox .texts p {
  height: auto;
  display: block;
}
.invoiceBox h3 img {
  left: -45px !important;
  top: 6px !important;
}

/* FATURA SORGU CSS*/
/* HİZMET NOKTASI CSS*/
.servicesBoxes .boxes {
  padding: 28px 0;
  border-radius: 0;
  margin: 0;
  float: left;
  width: 100%;
}
@media only screen and (max-width : 767px) {
  .servicesBoxes .boxes {
    width: 100%;
    position: initial;
    float: left;
    width: 100%;
  }
}
.servicesBoxes .boxes .texts {
  padding: 0 50px;
}
@media only screen and (max-width : 767px) {
  .servicesBoxes .boxes .texts {
    padding: 0 20px 0 30px;
  }
}

.selectList {
  float: left;
  width: 100%;
}
.selectList form {
  padding: 0 50px;
  margin: 12px 0;
}
@media only screen and (max-width : 480px) {
  .selectList form {
    padding: 0 30px;
  }
}
.selectList form .selects {
  width: 50%;
  float: left;
}
.selectList form .selects option:first-child {
  display: none;
}
.selectList form .selects:first-child select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.selectList form .selects:nth-child(2) select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  padding-left: 10px;
}
.selectList .selectDetail {
  border-top: 1px solid rgba(112, 112, 112, 0.21);
  margin: 25px 0 0;
  display: none;
  overflow-x: auto;
  height: 306px;
}
.selectList .selectDetail::-webkit-scrollbar-track {
  background-color: #F1F1F1;
}
.selectList .selectDetail::-webkit-scrollbar {
  width: 6px;
  background-color: #F1F1F1;
}
.selectList .selectDetail::-webkit-scrollbar-thumb {
  background-color: #D2D2D2;
}
.selectList .selectDetail .item {
  float: left;
  width: 100%;
  padding: 15px 18px 15px 50px;
}
@media only screen and (max-width : 480px) {
  .selectList .selectDetail .item {
    padding: 15px 0;
  }
}
.selectList .selectDetail .item.active, .selectList .selectDetail .item:hover {
  background: #F1F1F1;
}
.selectList .selectDetail span {
  font: 13px montserratextrabold;
  color: #231F20;
  display: block;
  margin: 0 0 5px 0;
}
.selectList .selectDetail i {
  position: absolute;
  left: 10px;
  font-size: 18px;
  color: #00aebc;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
}
.selectList .selectDetail i.yticon:before {
  content: "";
  background: url(../images/yt-icon.png) no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
}
.selectList .selectDetail .content {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #231F20;
  line-height: 20px;
  position: relative;
}
.selectList .selectDetail p {
  font-size: 12px;
  color: #231F20;
  margin: 0;
  line-height: 20px;
}
.selectList .selectDetail .phone {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #231F20;
  margin: 2px 0 0 0;
}
.selectList .selectDetail .phone a {
  transition: 0.3s;
  font-size: 12px;
  color: #231F20;
}
.selectList .selectDetail .phone a:hover {
  transition: 0.3s;
  color: #0a6db7;
}
.selectList .selectDetail .buttons {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.selectList .selectDetail .buttons button, .selectList .selectDetail .buttons a {
  transition: 0.3s;
  display: inline-block;
  outline: 0;
  font: 12px montserratextrabold;
  color: #231F20;
  position: relative;
  border: 1px solid #b9b9b9;
  padding: 6px 18px 6px 30px;
  border-radius: 20px;
}
@media only screen and (max-width : 767px) {
  .selectList .selectDetail .buttons button, .selectList .selectDetail .buttons a {
    font-size: 10px;
  }
}
.selectList .selectDetail .buttons button:hover, .selectList .selectDetail .buttons a:hover {
  transition: 0.3s;
  background: #fff;
}

#map {
  height: 512px;
  width: 100%;
  background: #eee;
}
@media only screen and (max-width : 480px) {
  #map {
    height: 312px;
  }
}

.gm-style-mtc, .gm-fullscreen-control {
  display: none;
}

/* HİZMET NOKTASI CSS*/
/* ENERJİ LİSTE*/
.listingBoxes {
  margin: 20px 0;
}
@media (max-width: 992px) {
  .listingBoxes {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.listingBoxes .slick-dots {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 12px 0;
  margin: 40px 0 0 0;
  text-align: center;
  display: none !important;
}
@media (max-width: 768px) {
  .listingBoxes .slick-dots {
    display: block !important;
  }
}
.listingBoxes .slick-dots li {
  cursor: pointer;
  transition: 0.4s;
  text-indent: -9999px;
  border: none;
  float: left;
  margin: 0 8px 0 0;
  position: relative;
  padding: 10px 0;
}
.listingBoxes .slick-dots li:before {
  transition: 0.4s;
  content: "";
  width: 19px;
  height: 1px;
  background: #9E9E9E;
  display: block;
}
.listingBoxes .slick-dots li.slick-active {
  margin: 0;
}
.listingBoxes .slick-dots li.slick-active button {
  transition: 0.4s;
  opacity: 0.5;
}
.listingBoxes .slick-dots li.slick-active:before {
  opacity: 0;
}
.listingBoxes .slick-dots li button {
  transition: 0.4s;
  border: none;
  padding: 0;
  color: #000;
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 0;
  font: 14px montserratmedium;
  background: none;
}
.listingBoxes ul {
  text-align: center;
}
.listingBoxes ul li {
  display: inline-block;
  border-right: 1px solid rgba(112, 112, 112, 0.28);
  padding: 0 40px;
  text-align: left;
}
@media (max-width: 992px) {
  .listingBoxes ul li {
    text-align: center;
    border-right: none;
  }
}
@media (min-width: 992px) {
  .listingBoxes ul li:hover img {
    transition: 0.3s;
  }
  .listingBoxes ul li:hover span {
    transition: 0.3s;
    color: #00AEBC;
  }
}
.listingBoxes ul li a {
  display: block;
  position: relative;
}
.listingBoxes ul li a:before {
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  -o-border-image: initial;
  border-image: initial;
  border-color: #FC4E00 transparent;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  position: absolute;
  top: 20px;
  left: 15px;
}
.listingBoxes ul li:last-child {
  border: none;
}
.listingBoxes ul li img {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .listingBoxes ul li img {
    left: 50% !important;
    margin: 0 -30px;
  }
}
.listingBoxes ul li span {
  transition: 0.3s;
  display: block;
  font-size: 15px;
  color: #231F20;
}
.listingBoxes ul li span i {
  font-size: 20px;
  font-style: normal;
  display: block;
}

/* ENERJİ LİSTE*/
/*SIKÇA SORULANLAR*/
.faq .texts {
  float: left;
  width: 100%;
  padding: 8px 0 8px 28px;
}
.faq h3 {
  margin-bottom: 0;
}
.faq * {
  outline: 0 !important;
}
.faq span {
  font: 21px/28px montserratregular;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media only screen and (max-width : 480px) {
  .faq span {
    font-size: 17px;
    line-height: 23px;
  }
}
.faq .all {
  float: left;
  width: 100%;
  margin-top: 0;
}
.faq .faqText {
  overflow: hidden;
  float: left;
  width: 100%;
}
.faq .faqText .item {
  margin: 15px 0;
  position: relative;
  padding-right: 150px;
  height: auto;
}
@media only screen and (max-width : 767px) {
  .faq .faqText .item {
    padding-right: 0;
  }
}
.faq .slick-dots {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 12px 0;
  margin: 10px 0 0 0;
}
.faq .slick-dots li {
  cursor: pointer;
  transition: 0.4s;
  text-indent: -9999px;
  border: none;
  float: left;
  margin: 0 8px 0 0;
  position: relative;
  padding: 10px 0;
}
.faq .slick-dots li:before {
  transition: 0.4s;
  content: "";
  width: 19px;
  height: 1px;
  background: #9E9E9E;
  display: block;
}
.faq .slick-dots li.slick-active {
  margin: 0;
}
.faq .slick-dots li.slick-active button {
  transition: 0.4s;
  opacity: 0.5;
}
.faq .slick-dots li.slick-active:before {
  opacity: 0;
}
.faq .slick-dots li button {
  transition: 0.4s;
  border: none;
  padding: 0;
  color: #000;
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 0;
  font: 14px montserratmedium;
  background: none;
}
.faq a.more {
  transition: 0.4s;
  background: #FC4E00;
  border-color: #FC4E00;
  color: #ffffff;
  border-radius: 20px;
  height: 40px;
  font-size: 13px;
  padding: 10px 23px;
  margin: 15px 0 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
}
@media only screen and (max-width : 767px) {
  .faq a.more {
    position: initial;
    margin: 17px 0 0;
    display: inline-block;
  }
}
.faq a.more:hover {
  transition: 0.4s;
  background: #00AEBC;
  color: #fff;
}

/*SIKÇA SORULANLAR*/
/* DUYURULAR*/
.newsBox .slick-dots {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 12px 12px;
  margin: 30px 0 0 0;
}
.newsBox .slick-dots li {
  cursor: pointer;
  transition: 0.4s;
  text-indent: -9999px;
  border: none;
  float: left;
  margin: 0 8px 0 0;
  position: relative;
  padding: 10px 0;
}
.newsBox .slick-dots li:before {
  transition: 0.4s;
  content: "";
  width: 19px;
  height: 1px;
  background: #9E9E9E;
  display: block;
}
.newsBox .slick-dots li.slick-active {
  margin: 0;
}
.newsBox .slick-dots li.slick-active button {
  transition: 0.4s;
  opacity: 0.5;
}
.newsBox .slick-dots li.slick-active:before {
  opacity: 0;
}
.newsBox .slick-dots li button {
  transition: 0.4s;
  border: none;
  padding: 0;
  color: #000;
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 0;
  font: 14px montserratmedium;
  background: none;
}
.newsBox .boxes {
  margin-top: 0 !important;
}

.listingNews {
  padding: 15px 0;
}
.listingNews .col-md-4 {
  max-width: 100%;
}
.listingNews .slick-track {
  margin: 0;
}
@media only screen and (max-width : 767px) {
  .listingNews {
    padding: 15px 0 0;
  }
}
.listingNews .item {
  transition: 0.3s;
  transform: scale(1);
}
.listingNews .item:hover span {
  transition: 0.3s;
  background: #00A1AE !important;
}
.listingNews .item:hover .img .images {
  transition: 0.3s;
  transform: scale(1.06);
}
.listingNews .item .img {
  height: 161px;
  overflow: hidden;
  position: relative;
  background: #eee;
}
.listingNews .item .img span {
  transition: 0.3s;
  background: #FC4E00;
  color: #ffffff;
  font: 11px montserratmedium;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 13px;
  text-align: center;
  line-height: 10px;
}
.listingNews .item .img span i {
  display: block;
  font: 20px montserratblack;
}
.listingNews .item .images {
  transition: 0.3s;
  height: 161px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.listingNews .item .text {
  font-size: 14px;
  color: #231F20;
  display: -webkit-box;
  height: 38px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  line-height: 20px;
  margin: 15px 0 0 0;
}
.listingNews a.more {
  transition: 0.4s;
  background: #FC4E00;
  border-color: #FC4E00;
  color: #ffffff;
  border-radius: 20px;
  height: 40px;
  font-size: 13px;
  padding: 10px 23px;
  display: inline-block;
  margin: 35px 0 0 0;
}
.listingNews a.more:hover {
  transition: 0.4s;
  background: #00AEBC;
  color: #fff;
}
@media only screen and (max-width : 767px) {
  .listingNews a.more {
    margin: 25px 0 0 0;
  }
}

.anket-mob {
  float: left;
  width: 100%;
  display: none;
}
@media only screen and (max-width : 1200px) {
  .anket-mob {
    display: block;
  }
}
.anket-mob .texts {
  padding: 0 28px;
  position: relative;
  z-index: 9;
}
.anket-mob .texts h3 {
  font: 22px montserratblack;
  color: #231F20;
  position: relative;
  margin-bottom: 15px;
  /* &:after{
     transition: .3s;content: '\f067';font-size: 24px;font-family: "Font Awesome 5 Pro";color: $yellow;position: absolute;left: -28px;top: 2px;pointer-events: none;font-weight: 700;
   }*/
}
.anket-mob .texts h3 img {
  position: absolute;
  top: 0;
  left: -36px;
}
.anket-mob .anket-mobil {
  box-shadow: 0 0 7px rgba(35, 31, 32, 0.3);
  background: #fff;
  padding: 20px 30px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 0 25px;
}
.anket-mob .anket-mobil p {
  margin: 0;
}
.anket-mob .anket-mobil .title {
  font: 15px montserratblack;
  color: #231F20;
  margin: 0 0 20px 0;
}
.anket-mob .anket-mobil .form-group label {
  font-size: 13px;
  color: #231F20;
  width: 100%;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.anket-mob .anket-mobil .form-group label input {
  width: 16px;
  height: 16px;
  border: 1px solid #E1E1E1;
  position: absolute;
  left: 0;
  -webkit-appearance: none;
  border-radius: 50%;
  outline: 0;
}
.anket-mob .anket-mobil .form-group label input:checked:after {
  transition: 0.3s;
  opacity: 1;
  transform: scale(1);
}
.anket-mob .anket-mobil .form-group label input:after {
  transition: 0.3s;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #FC4E00;
  border-radius: 50%;
  margin: 2px;
  opacity: 0;
  transform: scale(0.4);
}
.anket-mob .anket-mobil input[type=submit], .anket-mob .anket-mobil button[type=submit] {
  transition: 0.3s;
  margin: 0;
  background: #FC4E00;
  font-size: 13px;
  text-align: center;
  border: none;
  border-radius: 25px;
  color: #ffffff;
  outline: 0;
  padding: 9px 25px;
}
.anket-mob .anket-mobil input[type=submit]:hover, .anket-mob .anket-mobil button[type=submit]:hover {
  transition: 0.3s;
  background: #00AEBC;
  color: #fff;
}

/* DUYURULAR*/
/* HIZLI ERİŞİM */
#anket {
  margin-top: 0;
}

.anketBox {
  transition: 0.6s;
  position: fixed;
  box-shadow: 0 0 7px rgba(35, 31, 32, 0.3);
  background: #fff;
  top: 50%;
  right: -350px;
  width: 350px;
  padding: 40px 60px;
  border-bottom-left-radius: 20px;
  margin-top: -130px;
}
.anketBox.show {
  transition: 0.6s;
  right: 0;
}
.anketBox .title {
  font: 15px montserratblack;
  color: #231F20;
  margin: 0 0 20px 0;
}
.anketBox .form-group label {
  font-size: 13px;
  color: #231F20;
  width: 100%;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.anketBox .form-group label p {
  margin: 0;
}
.anketBox .form-group label input {
  width: 16px;
  height: 16px;
  border: 1px solid #E1E1E1;
  position: absolute;
  left: 0;
  -webkit-appearance: none;
  border-radius: 50%;
  outline: 0;
}
.anketBox .form-group label input:checked:after {
  transition: 0.3s;
  opacity: 1;
  transform: scale(1);
}
.anketBox .form-group label input:after {
  transition: 0.3s;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #FC4E00;
  border-radius: 50%;
  margin: 2px;
  opacity: 0;
  transform: scale(0.4);
}
.anketBox input[type=submit], .anketBox button[type=submit] {
  transition: 0.3s;
  background: #FC4E00;
  font-size: 13px;
  text-align: center;
  border: none;
  border-radius: 25px;
  color: #ffffff;
  outline: 0;
  padding: 12px;
  width: 100%;
}
.anketBox input[type=submit]:hover, .anketBox button[type=submit]:hover {
  transition: 0.3s;
  background: #00AEBC;
  color: #fff;
}

.mcPopupClose {
  width: auto;
  height: auto;
  padding: 0 10px;
}

#customModal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  z-index: 999;
}
#customModal > div {
  background: white;
  padding: 40px;
  margin: 0 auto;
  max-width: 710px;
  text-align: center;
  position: relative;
}
#customModal > div h2 {
  font-size: 18px;
  font-family: montserratbold;
}
#customModal > div button {
  color: rgb(86, 183, 184);
  font-size: 40px;
  background: none;
  border: none;
  position: absolute;
  top: -10px;
  right: 0;
}
#customModal > div strong {
  color: #FC4E00;
  font-family: montserratbold;
}
#customModal > div a {
  color: #FC4E00;
  font-family: montserratbold;
}

.fixedRightBar {
  transition: 0.4s;
  position: fixed;
  right: -100px;
  top: 60%;
  margin-top: -130px;
  z-index: 99;
}
@media only screen and (max-width : 1200px) {
  .fixedRightBar {
    display: none;
  }
}
.fixedRightBar.active {
  z-index: 1000;
}
.fixedRightBar.showes {
  transition: 0.5s;
  display: block;
  right: 0;
}
.fixedRightBar .listing {
  transition: 0.5s;
  position: fixed;
  width: 165px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0 0 7px rgba(35, 31, 32, 0.3);
  box-shadow: 0 0 7px rgba(35, 31, 32, 0.3);
  background: #fff;
  right: -250px;
  padding: 20px 28px;
  top: 50%;
  margin-top: -132px;
}
.fixedRightBar .listing .closes {
  cursor: pointer;
  background: url(../images/cls.png) no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -34px;
  top: -6px;
}
.fixedRightBar .listing.show {
  transition: 0.5s;
  right: 0;
}
.fixedRightBar .listing ul li {
  float: left;
  width: 100%;
}
.fixedRightBar .listing ul li a {
  transition: 0.2s;
  display: block;
  color: #231F20;
  padding: 8px 0;
  float: left;
  width: 100%;
}
.fixedRightBar .listing ul li a:hover {
  transition: 0.2s;
  color: #00AEBC;
}
.fixedRightBar .listing ul li a .ico {
  float: left;
  width: 28px;
  text-align: center;
}
.fixedRightBar .listing ul li a .ico img {
  margin-top: 3px;
}
.fixedRightBar .listing ul li a span {
  display: block;
  float: right;
  font-size: 13px;
  padding: 0 0 0 10px;
  width: 70%;
  line-height: 16px;
}
.fixedRightBar .buttonBar {
  transition: 0.5s;
  cursor: pointer;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0 0 7px rgba(35, 31, 32, 0.3);
  box-shadow: 0 0 7px rgba(35, 31, 32, 0.3);
  background: #fff;
  font-size: 13px;
  width: 75px;
  height: 110px;
  padding: 20px;
  line-height: 18px;
  position: absolute;
  right: 0;
}
.fixedRightBar .buttonBar.hide {
  transition: 0.5s;
  right: -70px;
}
.fixedRightBar .buttonBar img {
  display: block;
  margin: 0 0 10px 0;
}
.fixedRightBar#energy {
  margin-top: -260px;
}
.fixedRightBar#energy .listing {
  width: 260px;
  right: -270px;
}
.fixedRightBar#energy .listing.show {
  right: 0;
}

#anketModal .modal-content {
  border: none;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#anketModal .modal-content .closes {
  transition: 0.2s;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  border: none;
  background: #FC4E00;
  padding: 0;
  outline: 0;
  width: 30px;
  height: 30px;
  font-size: 35px;
  line-height: 30px;
  border-bottom-left-radius: 5px;
}
#anketModal .modal-content .closes:hover {
  transition: 0.2s;
  background: #00AEBC;
}
#anketModal .modal-content .text {
  font: 21px montserratregular;
  color: #231F20;
  padding: 25px;
}
#anketModal .modal-content .text i {
  display: block;
  text-align: center;
  font-size: 50px;
  margin: 0 auto 15px auto;
  color: #FC4E00;
}

.gm-style .gm-style-iw-c {
  box-shadow: 0 3px 6px rgba(35, 31, 32, 0.15);
}

.gm-style .gm-style-iw-d {
  width: 240px;
}
.gm-style .gm-style-iw-d span {
  font: 13px montserratbold;
  color: #231F20;
  display: block;
}
.gm-style .gm-style-iw-d p {
  font: 11px montserratmedium;
  color: #231F20;
  line-height: 18px;
  margin: 8px 0;
}
.gm-style .gm-style-iw-d a {
  transition: 0.3s;
  font: 13px montserratextrabold;
  color: #0a6db7;
}

/* İKON HOVER */
.listingBoxes ul li:first-child .hover {
  margin-top: -4px;
}
.listingBoxes ul li:nth-child(2) .hover {
  margin-top: -1px;
}
.listingBoxes ul li:nth-child(3) .hover {
  margin-top: -7px;
}
.listingBoxes ul li:nth-child(4) .hover {
  margin-top: -10px;
}
.listingBoxes ul li a:hover img.active {
  transition: 0.23s;
  transform: scale(0.6);
  opacity: 0;
}
.listingBoxes ul li a:hover img.hover {
  transition: 0.23s;
  transform: scale(1);
  opacity: 1;
}
.listingBoxes ul li a {
  position: relative;
  padding-top: 75px;
}
.listingBoxes ul li a img {
  transition: 0.23s;
  position: absolute;
  left: 0;
  top: 10px;
}
.listingBoxes ul li img.hover {
  transform: scale(0.6);
  opacity: 0;
}
.listingBoxes ul li:last-child a .hover {
  margin: 0;
}
.listingBoxes ul li:last-child a img {
  transition: 0.5s;
  transform: rotate(0deg);
}
.listingBoxes ul li:last-child a:hover img {
  transition: 0.5s;
  transform: rotate(180deg);
}

/* İKON HOVER */

/*# sourceMappingURL=home.css.map */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
